let Source = Excel.CurrentWorkbook(){[Name="AccountsTotalsTypes"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"AccountTotal", type text}, {"AccountType", type text}, {"DrCrSign", Int64.Type}}) in #"Changed Type"